home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / zyxel-1.5 / zyxel-1 / usr / ZyXEL / keys.nosynth < prev    next >
Text File  |  1995-02-03  |  827b  |  49 lines

  1. # 'DTMF key actions' for ZyXEL - entered as single keys in VOICE mode
  2. # keys not specified in this file will result in ERROR beep
  3.  
  4. # '0' = exit from voice mailbox
  5. 0:    exit
  6.  
  7. # '1' = play the directions for use
  8. 1:    play instructions
  9.     
  10. # '2' = playback the entered message
  11. 2:    play message_was
  12.     play
  13.  
  14. # '3' = record a new message
  15. 3:    play enter_msg
  16.     record
  17.     logmesg "Re-recorded message"
  18.  
  19. # '4' = erase the message
  20. 4:    remove
  21.     beep [880,0,3][0,0,1][880,0,1][0,0,1][880,0,1][0,0,5]
  22.     logmesg "Erased message (4)"
  23.  
  24. # '5' = send message on pager
  25. #5:    play enter_number
  26. #    readnumber
  27. #    pager NUMBER
  28.  
  29. # '6' = DATA mode
  30. 6:    mode DATA
  31.  
  32. # '7' = FAX mode
  33. 7:    mode FAX
  34.  
  35. # '8' = FAXBACK mode
  36. 8:    play faxback
  37.     readnumber
  38.     fax NUMBER
  39.  
  40. # '9' = 'expert' command mode
  41. 9:    beep [933,0,5][0,0,5]
  42.     command
  43.  
  44. # '*' (11) is ignored
  45. 11:
  46.  
  47. # '#' (12) is ignored
  48. 12:
  49.